projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b51065c
)
Change help-echo (again). `Entering directory DIR' visits DIR
author
Nick Roberts
<nickrob@snap.net.nz>
Mon, 26 Mar 2007 10:20:27 +0000
(10:20 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Mon, 26 Mar 2007 10:20:27 +0000
(10:20 +0000)
but `Leaving directory DIR' visits parent of DIR.
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 62bb276feebf6bbc0111750979b04bf71facdb75..7fd5f83ea78f3271150a976fc2f9cb4c10cae7fb 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-626,7
+626,7
@@
Faces `compilation-error-face', `compilation-warning-face',
(cons (match-string-no-properties idx) dir))
mouse-face highlight
keymap compilation-button-map
- help-echo "mouse-2: visit
this
directory")))
+ help-echo "mouse-2: visit
destination
directory")))
;; Data type `reverse-ordered-alist' retriever. This function retrieves the
;; KEY element from the ALIST, creating it in the right position if not already